home *** CD-ROM | disk | FTP | other *** search
- Path: lise.physik.tu-berlin.DE!not-for-mail
- From: maltez@lise.physik.TU-Berlin.DE (Malte Zoeckler)
- Newsgroups: comp.lang.c++
- Subject: DOC++, a new documentation system for C++
- Date: 23 Jan 96 11:57:11 GMT
- Message-ID: <maltez.822398231@lise.physik.TU-Berlin.DE>
- Reply-To: doc++@ZIB-Berlin.DE
- NNTP-Posting-Host: lise.physik.tu-berlin.de (130.149.40.7)
- X-Access: 16 916
- X-Newsreader: NN version 6.5.0 #7 (NOV)
-
- Hi Net,
-
- we would like to announce the first beta release of DOC++, under the
- terms and conditions of GPL.
-
- DOC++ is a documentation system for C++ programs featuring generation
- of:
-
- - HTML documentation
- which allows one to browse through the classes using a standard
- WWW reader such as netscape,
-
- - LaTeX documentation
- which provides you with a high quality hardcopy of your classes.
- In addition
- the LaTeX output allows to generate a TeX-documented source code
- listing.
-
- DOC++ follows the approach of maintaining one source code that contains
- both, the C++ program itself along with the documentation in order to
- prevent incompatibilities between the programm and its documentation.
- Unlike other approaches such as WEB, however, sources documented with DOC++
- are ready to be compiled without need of any preprocessing (like tangle).
- Instead, DOC++ documentation is enclosed in standard C++ comments /* ... */
- or // ... <new line>.
-
- For more details, examples of the output and the tool itself have a look
- at
-
- http://www.ZIB-Berlin.DE/VisPar/doc++/doc++.html.
-
- For suggestions and bug reports (along with a minimal example generating
- the error) contact
-
- doc++@zib-berlin.de
-
-